CT TECH
Sign On Bonus Potential: $15,000.00
Westminster, MD
CARROLL HOSPITAL
CT SCAN
Full-time - Day and Evening shifts - 3:00pm-11:30pm
Allied Health
73764
$36.94-$55.41 Experience based
Posted:
October 23, 2024
Apply Now
// Setting the Saved Jobs link
function setsavedjobs(externalidlist) {
if(typeof externalidlist !== 'undefined') {
var saved_jobs_query = '/jobs/search?'+externalidlist.replace(/\-\-/g,'&external_id[]=')+'&saved_jobs=1';
var saved_jobs_query_sub = saved_jobs_query.replace('/jobs/search?','').replace('&saved_jobs=1','');
if (saved_jobs_query_sub != '') {
$('.saved_jobs_link').attr('href',saved_jobs_query);
}
else {
$('.saved_jobs_link').attr('href','/pages/saved-jobs');
}
}
}
var is_job_saved = 'false';
var job_saved_message;
function savejob(jobid) {
var job_item;
if (is_job_saved == 'true') {
is_job_saved = 'false';
job_item = '';
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been removed.');
}
else {
is_job_saved = 'true';
job_item = ''+'--'+jobid;
$('.saved-jobs-alert__check').toggleClass('removed');
$('.saved-jobs-alert__message').html('Job has been saved!');
}
document.cookie = "c_jobs="+job_item+';expires=;path=/';
$('.button-saved, .button-save').toggleClass('d-none');
$('.button-saved').append('
');
$('.saved-jobs-alert-wrapper').fadeIn();
setTimeout(function() {
$('.button-saved').html('Saved');
$('.saved-jobs-alert-wrapper').fadeOut();
}, 2000);
// Setting the Saved Jobs link - function call
setsavedjobs(job_item);
}
Save Job
Saved
Summary
JOB SUMMARY
Is responsible for the production of optimal quality digital images in an efficient manner while demonstrating concern for patients of all ages. Utilizes knowledge of the principles of growth and development appropriate to the patient's age (adolescent, adult and geriatric) to ensure that care provided meets the unique physical and psychosocial needs of the patient. Has a full knowledge of equipment within CT such as but not limited to scanners, power injectors, advanced work stations for post processing exams and software applications for specialized reformatting of images.
REQUIREMENTS
Preferred Associate's Degree Graduate of AMA-JCH accredited approved program
Required High School Diploma
Less than 2 years Has a full knowledge of CT, CT exams and work flow processes. Successful completion of competencies relating to Venipuncture is required in order to inject contrast material under the direct supervision of a physician. Required
ARRT - Am Registered Rad Tech
CPR - AHA Healthcare Provider
CT -CAT Scan
RT - Radiology Technologist
SPECIFIC REQUIREMENTS
Must be flexible with work assignments and be able to handle ever changing demands within an Imaging department. Must have the ability to use problem solving skills, organize and prioritize work. Must be accurate in details and willing to learn.
Additional Information
As one of the largest health care providers in Maryland, with 13,000 team members, We strive to
CARE BRAVELY
for over 1 million patients annually. LifeBridge Health includes Sinai Hospital of Baltimore, Northwest Hospital, Carroll Hospital, Levindale Hebrew Geriatric Center and Hospital and Grace Medical Center, as well as our Community Physician Enterprise, Center for Hope, Practice Dynamics, and business partners: LifeBridge Health & Fitness, ExpressCare and HomeCare of Maryland.
Share:
talemetry.share();
Apply Now
var jobsmap = null;
var jobsmap_id = "gmapnculv";
var cslocations = $cs.parseJSON('[{\"id\":\"\",\"title\":\"CT TECH\",\"permalink\":\"ct-tech\",\"geography\":{\"lat\":\"39.\",\"lng\":\"-76.\"},\"location_string\":\"200 Memorial Avenue, Westminster, MD\"}]');
function tm_map_script_loaded(){
jobsmap = new csns.maps.jobs_map().draw_map(jobsmap_id, cslocations);
}
function tm_load_map_script(){
csns.maps.script.load( function(){
tm_map_script_loaded();
});
}
$(document).ready(function(){
tm_load_map_script();
});